home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / AMOS / AMOSList0597 / AMOSLIST / text0323.txt < prev    next >
Encoding:
Text File  |  1997-06-01  |  1.8 KB  |  47 lines

  1. >    Now, do you need to update the (scrolling) background scenery,
  2. >    like blowing up buildings and such?
  3.  
  4. My current scroll system allows any colours, (no Dual Playfield), 
  5. Bobs to be anywhere, icons to be displayed OVER bobs, background 
  6. icons to be animated (redrawing them each frame), scrolling in any 
  7. direction.
  8.  
  9. >    Finally, can you work with the OCS/ECS Dual-Playfield mode?
  10.  
  11. No. 
  12.  
  13. >    1. Create your screen (buffered)with a scroll "buffer", the size of
  14. >       one tile, on each side.
  15. >       For a 320x240 visible game-area with 16hx16v tiles, you would
  16. >       open a 352hx272v screen.
  17.  
  18. This is what I've got.
  19.  
  20. >    2. Initialize the stage-display
  21. <snip>
  22. >    In this example, you would need to draw (22h x 15v) 330 tiles in
  23. >    order to rebuild the screen, BUT you actually have 16 frames to
  24. >    do this in.
  25. >    An obvious method would be to draw one row of tiles in each
  26. >    frame, now you are only drawing 22 tiles at any one time.
  27.  
  28. Well, basically I'll have to use two screens, both double buffered I 
  29. believe and will use up far too much memory!
  30.  
  31. Thanks,
  32. -Murray
  33.  
  34.  
  35.            \\|//     Alastair Murray
  36.            (o o)       pmymagm@pmn1.maths.nott.ac.uk
  37. |~~~~~~oOOo~(_)~oOOo~~~~~|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
  38. |         AMINET         |Web-Page (Amiga/Games/AMOS/trek/Music/    |
  39. |     game/role/CHAOS    |                  +more)                  |
  40. |game/jump/Banana Islands|     http://www.cs.nott.ac.uk/~agm/       |
  41. |   game/shoot/Hanger18  |Current Projects: >Chaos 2                |
  42. |    dev/amos/keystate   | >Kill Em All     >Hanger 18 II           |
  43. |    dev/amos/picpack    | >Skool Daze      >The Crow               |
  44. |                        | >Game Creator    >Banana Islands         |
  45. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  46.  
  47.